Skip to content

smita-samanta/TutorFast-Frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TutorFast Frontend

Getting Started

First install the needed nodejs packages with

yarn

or

npm install

. Then this project can be run with a dev server locally with

yarn server

or

npm run server

.

The server can be accessed via localhost:3000.

Building Production Bundle

A production ready bundle.js can be made with

yarn build

or

npm run build

and can be found at build/bundle.js.

Serving Production Bundle

A production server can be run after generating bundle.js with

yarn start

or

npm start

. This server will serve everything in the build/ and html directories. So be careful what you put in those.

About

The TutorFast Frontned. A React SPA webapp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • HTML 1.3%