/frontend-academy

Frontend Academy: Designers meet code!

Primary LanguageTypeScriptMIT LicenseMIT

frontend-academy

Frontend Academy: Designers meet code! 🎉

Static HTML & CSS

When running locally, to start the static HTML & CSS server:

  • npm install (this needs to be run only once!)
  • npm run html
  • Open http://localhost:3000

Now you can edit files under ./static and you should see the changes reflected in the browser immediately.

Storybook

When running locally, to start the storybook:

  • npm install (this needs to be run only once, so you probably did this already!)
  • npm start
  • Open http://localhost:6006

Installation instructions

  1. Install Node.js
  2. Create a GitHub account if you don't have one yet
  3. Download GitHub Desktop
  4. Clone this repo by clicking the green Code button, then Open with GitHub Desktop
  5. Open your Terminal and cd into the project directory
  6. Run npm install
  7. Run npm start
  8. Your browser should open automatically with the Storybook

What's inside?

Useful information