https://github.com/pierrenel/reactjs
boilerplate for reactjs
https://github.com/pierrenel/reactjs
Last synced: 3 months ago
JSON representation
boilerplate for reactjs
- Host: GitHub
- URL: https://github.com/pierrenel/reactjs
- Owner: pierrenel
- Created: 2016-03-30T08:52:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T08:53:05.000Z (about 9 years ago)
- Last Synced: 2025-01-13T15:49:59.853Z (5 months ago)
- Language: JavaScript
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Engage
=====================### Usage
**Install**
```
npm install
```**Start the application in development mode**
```
npm start
```Open http://localhost:9991 in your browser.
Static files are served from the `media` folder, project JavaScript files are bundled from the `src` folder.
On dev run:
```
npm run dev
```
and to watch run:
```
wepack --watch
```**When ready, build for production**
```
npm run build
```This will generate a minimized bundle.js file on the `build` folder.