Nexter is a template for a luxury realtor site. Built using HTML and CSS Grid. The prototype was developed following Udemy's Advanced CSS and Sass course.
Use the package manager npm to install Nexter.
npm installBuild and watch the Sass files
npm watch:sass
Spin up a local server
npm devserver
Spins up a local server and watches for Sass changes
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.