|
|
hace 8 años | |
|---|---|---|
| .. | ||
| app | hace 8 años | |
| public | hace 8 años | |
| .babelrc | hace 8 años | |
| .gitignore | hace 8 años | |
| LICENSE | hace 8 años | |
| README.md | hace 8 años | |
| package-lock.json | hace 8 años | |
| package.json | hace 8 años | |
| webpack-production.config.js | hace 8 años | |
| webpack.config.js | hace 8 años | |
Clone the repo
$ git clone <repo>
$ cd react-starter
Install dependencies
$ npm install
Start Run
$ npm start
This will initiate the project at http://localhost:8080.
For building once for production (via minification).
Builds into public/ as bundle.js
$ npm run build