Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dancespiele/crud-app-example


https://github.com/dancespiele/crud-app-example

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Crud app example

This is a frontend example using [pyrite framework](https://github.com/pyrite-framework/pyrite). That framework is based in the React views and Mithril for the core. The documentation will be soon.
The folder structure is divided in pages and component. Pages are everythings regarding with the bussiness proyect and components are the functionalities which is possible to reuse.

## Requirements

* Node
* SASS
* Typescript

## Download

`git clone [email protected]:dancespiele/crud-app-example.git`

## Install

Enter to the folder and execute:

```
npm -g install typescript
gem install sass
npm -g install nodemon
npm install
```

## Run

Create config.ts file in the root directory like this:
```typescript
export const googleToken = 'YOUR TOKEN FOR GOOGLE MAP';
```

Now run:

`npm run watch`

## Run tests

`npm test`