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

https://github.com/namgold/react-express-website


https://github.com/namgold/react-express-website

Last synced: 3 months ago
JSON representation

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