Skip to content

okcoders/fullstack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack template

This template will give you an express server and react client. You can run both at the same time with one command.

Getting started

After cloning this template, do the following to get going

install root dependencies

npm install

install the server dependencies

cd server
npm install
cd ..

install client dependencies

cd client
npm install
cd ..

start the client and the server together

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published