Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udaypydi/stock-exchange-alert-system
https://github.com/udaypydi/stock-exchange-alert-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/udaypydi/stock-exchange-alert-system
- Owner: udaypydi
- Created: 2020-01-28T19:20:29.000Z (almost 5 years ago)
- Default Branch: feature/dark-theme
- Last Pushed: 2022-12-11T22:21:46.000Z (about 2 years ago)
- Last Synced: 2023-03-07T16:49:14.458Z (almost 2 years ago)
- Language: JavaScript
- Size: 30.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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.gitnpm 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`