Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariazevedo88/starwars-intro
Star Wars film intro animation developed in HTML, CSS, JavaScript and Node.js (Tutorial by glaucia86 - https://bit.ly/32UG73k)
https://github.com/mariazevedo88/starwars-intro
css express-js expressjs html html-css html-css-javascript html5 javascript node node-js nodejs star-wars
Last synced: about 2 months ago
JSON representation
Star Wars film intro animation developed in HTML, CSS, JavaScript and Node.js (Tutorial by glaucia86 - https://bit.ly/32UG73k)
- Host: GitHub
- URL: https://github.com/mariazevedo88/starwars-intro
- Owner: mariazevedo88
- License: mit
- Created: 2020-03-06T00:43:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T11:14:21.000Z (4 months ago)
- Last Synced: 2024-09-18T15:37:47.792Z (4 months ago)
- Topics: css, express-js, expressjs, html, html-css, html-css-javascript, html5, javascript, node, node-js, nodejs, star-wars
- Language: HTML
- Homepage: https://starwarsintro-mari.herokuapp.com/
- Size: 2.03 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starwars-intro
Star Wars film intro animation developed in HTML, CSS, JavaScript and Node.js (Tutorial by glaucia86 - https://bit.ly/32UG73k)![Image of the intro](public/images/intro.png)
![Image of the paragraphs](public/images/app.png)
## Technologies :computer:
* **[Nodejs](https://nodejs.org/en/)**
* **[Express.js](https://expressjs.com/)**
* **[Eslint](https://eslint.org/)**
* **[Prettier](https://prettier.io/)**
* **[Heroku](https://www.heroku.com/)**## Build Setup
# install dependencies
npm install
## Running the app
# running with nodemon
nodemon
# running with Node
npm run start## Production :rocket:
https://starwarsintro-mari.herokuapp.com/