Skip to content

Latest commit

 

History

History

Frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Install node modules using npm i

Start server using npm start

If npm start shows Invalid Version error, then try the following commands.

npm uninstall parcel-bundler npm i --save-dev parcel-bundler@1.12.3 npm i --save-dev parcel@next