Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Website for College of Engineering Adoor

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Anandhakrishnan2000/ceadoor.github.io

 
 

Website for College of Engineering Adoor

GitHub Page

Contribute?

Fork this Repository and request a PR after commits.

Ideas?

Create a regular issue.

Quick start

Install nodejs and npm

Clone the repo

git clone https://github.com/shaminmeerankutty/webpack-sass-bootstrap-boilerplate.git

Install All Packages

npm install

Starting Developement Environment (Check the browser at http://localhost:8080/)

npm start

Building files

npm run build

How to use

  • Add your html files in the src directory (By default index.html is added to your src directory, feel free to edit it)

    • Make sure you add it in your webpack.config.js (Replace name with your filename)

      plugins: [
          ...
          new HtmlWebpackPlugin({
              template: 'src/name.html',
              inject: 'body',
              filename: 'name.html'
          }),
          ...
      ],
  • Add images to your src/assets folder

  • Add sass files to src/scss folder

    • Make sure you import the scss file in main.scss

      @import "filename";

About

Website for College of Engineering Adoor

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.8%
  • JavaScript 23.0%
  • CSS 7.2%