A static website to mimic dribble website.
The project has two branches:
-
master
In which the project was written using Pug.
And the styling was written using PostCSS andBEM
methodology andITCSS
. -
dribble-react-app
In which the project was created with Create React App.
And also styled using PostCSS andBEM
methodology andITCSS
.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!