Skip to content

SanskritiGupta05/brainseed_blueprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainseed-blueprint

App.js will be main file which will link css/js/html files here .html will replaced with .ejs

html filesmust be stored in views folder and css/js files will be stored in public/css or public/js respected folder

To start project in your own environment:

  1. install node.js
  2. download or fetch all files
  3. open respective folder where all files are stored
  4. run command "npm i body-parser express ejs"
  5. to run project in local environment; command: "node app.js" or install nodemon and run "nodemon app.js"

Releases

No releases published

Packages

No packages published

Languages

  • EJS 66.4%
  • CSS 30.2%
  • JavaScript 3.4%