Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arcenojackson/studion

A events site made for Global Dev course
https://github.com/arcenojackson/studion

css3 html-css-javascript html5 javascript

Last synced: about 5 hours ago
JSON representation

A events site made for Global Dev course

Awesome Lists containing this project

README

        

# Studion

This is the first project of the Fullstack Developer course for the Imagine School class of 2023.

Studion preview

## How to work with the repository / Como trabalhar com o repositório

### Clone the project / Clone o projeto

```
git clone http://github.com/brucecantarim/studion.git
```

### Install the project dependencies / Instalar as dependências do projeto

```
cd studion
npm install
```

### Start the project / Iniciar o projeto

```
npm start
```