https://github.com/namgold/react-express-website
https://github.com/namgold/react-express-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/namgold/react-express-website
- Owner: namgold
- Created: 2020-04-07T06:09:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:29:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T17:22:51.570Z (5 months ago)
- Language: JavaScript
- Size: 2.46 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS - ExpressJS boilerplate website
This is the boilerplate website for [ReactJS](https://reactjs.org/), [ExpressJS](https://expressjs.com) created by combine [create-react-app](https://create-react-app.dev) and [express-generator](https://expressjs.com/en/starter/generator.html).
## Quick start
On Visual Studio Code: simplly press Ctrl + Shift + B.
On terminal/cmd: run `npm run webpack` and `npm run nodemon`.
## Features
Project included:
- Ejected [create-react-app](https://create-react-app.dev)
- [express-generator](https://expressjs.com/en/starter/generator.html)
- Connected React - Express app
- [React Router](https://reacttraining.com/react-router/web/guides/quick-start)
- [React Loadable](https://github.com/jamiebuilds/react-loadable)
- [Bootstrap 4](https://getbootstrap.com/docs/4.4/getting-started/introduction)
- [Bootstrap Notify](http://bootstrap-notify.remabledesigns.com/)
- [JQuery](https://jquery.com)
- [lodash](https://lodash.com)
- [swal2](https://sweetalert2.github.io)
- [nodemon](https://www.npmjs.com/package/nodemon)
- Many ultility functions ready to used
- .env config file
- Ready to used vscode config## Todo
- Add support Redux
- Add support socket.io