Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/udaypydi/stock-exchange-alert-system


https://github.com/udaypydi/stock-exchange-alert-system

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-boilerplate
This is a basic good to start boilerplate for an aspiring react developer. It contains the following:

* React
* Express js
* Webpack
* React Lazy Loading
* Code Splitting and Chunking
* Hot Module Replacement
* Fallback Api

## Setting up the project

```
git clone https://github.com/udaypydi/react-boilerplate.git

npm i -g npx

cd react-boilerplate/

yarn
```

## To Run the dev server
` yarn dev `

Open:
[http://localhost:3000](http://localhost:3000)

## To Run the build mode
`yarn build`