Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmilson-dk/flow-money-web
Flow money interface built in ReactJs with nextjs and typescript.
https://github.com/edmilson-dk/flow-money-web
nextjs reactjs typescript vercel
Last synced: about 2 months ago
JSON representation
Flow money interface built in ReactJs with nextjs and typescript.
- Host: GitHub
- URL: https://github.com/edmilson-dk/flow-money-web
- Owner: edmilson-dk
- Created: 2021-04-08T16:10:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T12:17:21.000Z (over 3 years ago)
- Last Synced: 2024-10-18T06:54:12.188Z (3 months ago)
- Topics: nextjs, reactjs, typescript, vercel
- Language: TypeScript
- Homepage: https://flow-money-web.vercel.app/
- Size: 624 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flow Money - Website
The project is still under construction!
## Topics
* [Demo](#demo)
* [Features](#features)
* [Installation](#install)
* [License](#license)View the online website on the [Vercel](https://vercel.com/) server
[Flow Money web site](https://flow-money-web.vercel.app/)
> The project does not have any functionality, as it is just a common web site with no actions.
* 1 First clone the repository for your machine.
```sh
git clone https://github.com/edmilson-dk/flow-money-web
```* 2 After that, enter the generated folder and install the project dependencies.
> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```
* 3 After that start the nextjs server and open the browser on host http://localhost:3000.```sh
npm dev
# or with yarn
yarn dev
```[MIT](https://github.com/edmilson-dk/flow-money-web/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)