An open API service indexing awesome lists of open source software.

https://github.com/a-m-dev/performantlist


https://github.com/a-m-dev/performantlist

Last synced: 11 months ago
JSON representation

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...