https://github.com/a-m-dev/performantlist
https://github.com/a-m-dev/performantlist
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-m-dev/performantlist
- Owner: a-m-dev
- Created: 2019-08-27T12:37:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T03:29:24.000Z (over 3 years ago)
- Last Synced: 2025-04-19T09:45:17.023Z (about 1 year ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
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 dev
```
this will runs `webpack-dev-server` and open up a new browser tab in http://localhost:5050/
for production run
```
npm run build
```
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...