Skip to content

Lightweight boilerplate for creating web apps with React17, Express and Node.js

Notifications You must be signed in to change notification settings

MeisterSchwarz/react17-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react17-boilerplate

Lightweight boilerplate for building web apps using React 17, Express and Node.js

Getting Started

For setting up a project on your device, run the following commands

# Clone the repository
git clone https://github.com/MeisterSchwarz/react17-boilerplate.git

# Change directory and install dependencies for API
cd react17-boilerplate/API
npm install

# Change directory to UI and install dependencies
cd ../UI
npm install

# Run API and UI concurrently
npm run dev

Features

Concurrently

Using Concurrently makes it possible to run both webpack dev server and node server at the same time

Hot Reloading

UI aswell as API are hot reloading during development. This can be achieved using webpack-dev-server and Nodemon

About

Lightweight boilerplate for creating web apps with React17, Express and Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published