Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-m-dev/reactjs-boilerplate-lite
Simple Template for starting react js projects using webpack dev server
https://github.com/a-m-dev/reactjs-boilerplate-lite
babel javascript react reactjs reactrouter redux webpak
Last synced: 15 days ago
JSON representation
Simple Template for starting react js projects using webpack dev server
- Host: GitHub
- URL: https://github.com/a-m-dev/reactjs-boilerplate-lite
- Owner: a-m-dev
- Created: 2018-06-01T21:09:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T15:28:18.000Z (about 2 years ago)
- Last Synced: 2024-05-27T21:49:53.004Z (8 months ago)
- Topics: babel, javascript, react, reactjs, reactrouter, redux, webpak
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJs_Boilerplate(Lite)
Simple Template for starting react js projects## installing
all you need to do is
```
npm install
```
and then wait for it to install all packages## Starting
```
npm run build:dev
```
this will runs `webpack-dev-server` and open up a new browser tab in http://localhost:8000/
for production run
```
npm run build:prod
```
this command is for production , when you done with your project , run this , it will create a folder called `dist` and manages your project as best as it could...## Branches
these are all branches of this repo, each branch targeted for an specific use case:[master](https://github.com/a-m-dev/ReactJs-Boilerplate-Lite/tree/master) || base react set up with `webpack-dev-server`
[routing](https://github.com/a-m-dev/ReactJs-Boilerplate-Lite/tree/routing) || basic routing set up
and many more comming soon...