Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a1exalexander/fe-project

Template for new front-end project
https://github.com/a1exalexander/fe-project

Last synced: 3 days ago
JSON representation

Template for new front-end project

Awesome Lists containing this project

README

        

# Homework title

## About
Context and progress go here

## Installation

1. Clone this repository
2. Install NPM packages
```shell
npm install
```
3. Run development server
```shell
npm run dev
```

4. Build for production
```shell
npm run build
```

## Copyright
This project is licensed under the terms of the MIT license and protected by Udacity Honor Code and Community Code of Conduct. See [license](LICENSE.md) and [disclaimer](LICENSE.DISCLAIMER.md).