1.0.0 • Published 8 years ago
react-rjill v1.0.0
react-boilerplate
Requirements
- Node.js version 8.5.0
- Npm version 5.7.1
Running the application
- Navigate to project directory
$ cd react-starter- Install dependencies
$ npm install- Start the server
$ npm run start:devDirectory tree
.
├── app
| └── index.js
| └── components
| └── componentA.js
| └── componentB.js
| └── componentC.js
├── dist
| └── bundle.js
├── index.html
├── webpack.config.js
├── package.json
├── .gitignore
└── .babelrcFolders
- app -- the folder which contains components and the entry point
- dist -- contains the single bundle file
1.0.0
8 years ago