0.1.0 • Published 1 year ago

photo-app-yarn v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

photo-app-yarn

ReactJS with Yarn

Installation

Install via YARN:

yarn create react-app photo-app  

Test

javascript

var myApp = require("photo-app");

myApp.printMsg(); // print and return " Photo App "

TypeScript

import * as myApp from 'photo-app’;
myApp.printMsg(); // print and return " Photo App "

License

This project is licensed under the terms of the MIT license.