Skip to content

fariasmateuss/t-shirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Credit

This interface was inspired by the design available on Dribbble.

Getting Started

Cloning the Repository

git clone https://github.com/fariasmateuss/t-shirt.git

Install anywhere (Standalone)

If you use Node.js, you can also install Sass using npm by running.

npm install -g sass

Preprocessing

When you install Sass on the command line, you'll be able to run the sass executable to compile .sass and .scss files to .css files.

sass --watch src/styles/index.scss build/css/index.css

Serve website

I used the package serve to run it in the browser through a node server.

Node.js is required.

  npx serve .

or

./node_modules/.bin/serve .

Open the website on localhost or your network address.

Feedback

Feel free to send me feedback on LinkedIn or file an issue. Feature requests are always welcome.

License

MIT License

About

Landing page concept developed from a design available in Dribbble.

Resources

License

Stars

Watchers

Forks

Releases

No releases published