https://github.com/newsoftwareculture/react-node-starter-kit
Starter kit includes React, Bootstrap, Node, Express, Nodemon, Babel, ESLint, Prettier and Docker
https://github.com/newsoftwareculture/react-node-starter-kit
babel bootstrap docker eslint express heroku node-js nodemon prettier react
Last synced: 3 months ago
JSON representation
Starter kit includes React, Bootstrap, Node, Express, Nodemon, Babel, ESLint, Prettier and Docker
- Host: GitHub
- URL: https://github.com/newsoftwareculture/react-node-starter-kit
- Owner: NewSoftwareCulture
- Created: 2022-05-15T22:12:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T22:15:36.000Z (about 4 years ago)
- Last Synced: 2025-02-09T22:19:02.177Z (over 1 year ago)
- Topics: babel, bootstrap, docker, eslint, express, heroku, node-js, nodemon, prettier, react
- Language: JavaScript
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task tracker
### Install
```bash
npm install
```
## Development
### Start client
```bash
npm run dev:client
```
### Start server
```bash
npm run dev:server
```
## Production
### Start client
```bash
npm run start:client
```
### Start server
```bash
npm run start:server
```
## Release
### Release to Github
```bash
npm run release
```