This is a simple boilerplate for integrating bootstrap with node
1.clone this repository
2.open a command prompt and change directory to your project directory (cd )
3.npm install
4.npm run dev
5.go to http://localhost:3000 from your browser
**Make sure you already installed node js on your machine.(type "node -v" in your command prompt).