Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancespiele/crud-app-example
https://github.com/dancespiele/crud-app-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dancespiele/crud-app-example
- Owner: dancespiele
- Created: 2017-12-06T08:58:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T21:22:07.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T05:35:23.832Z (28 days ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`