Skip to content

This is a 'scalable build' of an HTML project included in Simo Edwin's 'Creative HTML5 & CSS3 Course'

License

Notifications You must be signed in to change notification settings

dwilson-coder/Brianna_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Portfolio Project

This is a redesign of a portfolio project taught by Simo Edwin. I wanted to demonstrate how adding Sass, could add scalability to even simple HTML projects.

Desktop version Mobile version

Acknowledgements

Authors

Command Line Prompts

To initialize a Sass project

npm init

To install the node file directory

npm install node-sass

or to add dependencies to your .json file

npm install node-sass --dev-save

The .json file has the following code:

"Scripts": { "compile:sass": "node-sass sass/main.scss css/styles.css -w"; }

So, when you run the npm run compile:sass command, you can watch for changes in the code and automatically generate a single style.css file from your Sass code.

To run 'Live-Server', simply type the following command

live-server

About

This is a 'scalable build' of an HTML project included in Simo Edwin's 'Creative HTML5 & CSS3 Course'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published