Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 987 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 987 Bytes

Parse React Sample app

Todo app made with ReactJS and ParseReact

working example

What's inside ?

Setup

Install npm project dependencies

npm install

Run locally

npm run start

It will setup a server with live reload on localhost:3000. Live reloading is for both javascript and styles.

Run linter

npm run lint

Will output eventually code mistakes

Build the code

npm run build

This code will bundle both javascript and styles to dist/ folder, generating an index.html which will point to a bundle.js and bundle.css.