Skip to content

kaf-lamed-beyt/bootcamp-page-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSC KWASU Bootcamp Page Scaffold

Installation

You will definitely need Node and NPM installed. When you have these two installed, clone this repo, and cd into it, then run:

npm install

To install dev dependencies. After that, you can start a server (with live-reload) by running npm start or run the build command npm run dev to "build" HTML (and assets) that would be viewed in your browser.

Development

Making changes is easy, and should be done within the src folder. If you are running a viewing your work with npm start your changes will reflect immediately — otherwise, you'd have to run npm run build or npm run dev every time you make a change.

Deployment

It's a static web page, we suggest instructors deploy unto Netlify. Set the Build command to npm run build and the public folder to public (where the files will be served) when setting up on Netlify.

Contribution

Yes, contribution is highly welcome. Open a PR, and we will thank you.

Bootcamp Outline

You can find the outline here

About

Our forthcoming Boot camp awareness web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.9%
  • CSS 19.8%
  • JavaScript 7.3%